Skip to content

Noting that pkginfo needs to be at least 1.0#119

Merged
sigmavirus24 merged 1 commit intopypa:masterfrom
reinout:patch-1
Aug 21, 2015
Merged

Noting that pkginfo needs to be at least 1.0#119
sigmavirus24 merged 1 commit intopypa:masterfrom
reinout:patch-1

Conversation

@reinout
Copy link
Copy Markdown
Contributor

@reinout reinout commented Aug 21, 2015

Somehow I had an old 0.9 pkginfo in a project and twine subsequently failed with:

Uploading distributions to https://pypi.python.org/pypi
AttributeError: 'module' object has no attribute 'must_decode'

Twine uses pkginfo.distribution.must_decode in wheel.py. pkginfo 1.0 is the first version that actually has that function.

Somehow I had an old 0.9 pkginfo in a project and twine subsequently failed with:

    Uploading distributions to https://pypi.python.org/pypi
    AttributeError: 'module' object has no attribute 'must_decode'

Twine uses `pkginfo.distribution.must_decode` in `wheel.py`. pkginfo 1.0 is the first version that actually has that function.
@sigmavirus24
Copy link
Copy Markdown
Member

🍰 Thanks for catching this!

sigmavirus24 added a commit that referenced this pull request Aug 21, 2015
Noting that pkginfo needs to be at least 1.0
@sigmavirus24 sigmavirus24 merged commit 6025509 into pypa:master Aug 21, 2015
@sigmavirus24 sigmavirus24 modified the milestone: next Sep 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants